home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 7 / Amiga Format AFCD07 (Dec 1996, Issue 91).iso / serious / shareware / programming / emacs-complete / fsf / emacs / src / s / hpux9.h < prev    next >
C/C++ Source or Header  |  1994-10-05  |  735b  |  29 lines

  1. /* System description file for hpux version 9.  */
  2.  
  3. #include "hpux8.h"
  4.  
  5. #define HPUX9
  6.  
  7. /* If Emacs doesn't seem to work when built to use GNU malloc, you
  8.    probably need to get the latest patches to the HP/UX compiler.
  9.    See `etc/MACHINES' for more information.  */
  10. #if 0
  11. #define SYSTEM_MALLOC 1
  12. #undef GNU_MALLOC
  13. #undef REL_ALLOC
  14. #endif
  15.  
  16. #ifndef __GNUC__
  17. /* Make room for enough symbols, so dispnew.c does not fail.  */
  18. #define C_SWITCH_SYSTEM -Wp,-H200000 -D_BSD
  19. #endif
  20.  
  21. #if 0 /* These definitions run into a bug in hpux
  22.      whereby trying to disable the vdsusp character has no effect.
  23.      supposedly there is no particular need for this.  */
  24. /* neal@ctd.comsat.com */
  25. #undef HAVE_TERMIO
  26. #define HAVE_TERMIOS
  27. #define NO_TERMIO
  28. #endif
  29.